home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 46 / CDPowerplay46Disc2.iso / quake 3 extras / q3wctf.exe / twctf.config < prev    next >
Encoding:
Text File  |  1999-12-14  |  2.1 KB  |  61 lines

  1. //Default Capture The Flag Server Configuration File
  2.  
  3. //Double slashes are used for comments and to keep commands from running. Remove the slashes before a specific to run that command.
  4.  
  5. //set Gametype to 4 for Capture the Flag Mode
  6. g_gametype 4
  7.  
  8. //Capture The Flag settings below
  9. //set fraglimit. Fraglimit of 0 is default for CTF. Set to 0 for no limit.
  10. fraglimit 0
  11. //set timelimit. Timelimit of 30 is default for CTF. Set to 0 for no limit.
  12. timelimit 30
  13. //set Maximum number of clients
  14. sv_maxclients 16
  15.  
  16. //set host name that shows up in server list. Change below to your server name preference
  17. sv_hostname "Q3A ThreeWave CTF Server"
  18.  
  19. //set remote console password used by client
  20. rconpassword ""
  21.  
  22. //set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000 (Default: 0)
  23. sv_maxRate 10000
  24.  
  25. //turn on/off pak cheat check. 1=on, 0=off (Default: 1)
  26. sv_pure 1
  27.  
  28. //add up to 4 additional master servers to report to
  29. sv_master2 ""
  30. sv_master3 ""
  31. sv_master4 ""
  32. sv_master5 ""
  33.  
  34. //Set map selection, cycle order, and start first map for Capture The Flag
  35. set d1 "map q3wctf1 ; set nextmap vstr d2"
  36. set d2 "map q3wctf2 ; set nextmap vstr d3"
  37. set d3 "map q3wctf3 ; set nextmap vstr d1"
  38. vstr d1
  39.  
  40. //set message of the day that players see while connecting to the server. Must be set before level loads but will not
  41. //show up until next level change. Change below to your message of the day preference and remove the
  42. g_motd "ThreeWave Only - Happy Capturing!"
  43.  
  44. //set voting. 1=on, 0=off (Default: 1)
  45. g_allowvote 1
  46.  
  47. //set requirement password requirement for clients. To leave public, set to ""
  48. g_password ""
  49.  
  50. //set power multiples for quad damage (Default: 3)
  51. g_quadfactor 3
  52.  
  53. //syncronous clients is necessary to allow client demo recording.  Setting to 1 allows recording but play is not smooth and is not recommended for normal use. (Default: 0)
  54. g_syncronousClients 0
  55.  
  56. //set flag capture limit before level changes. Set to 0 for no limit (Default: 8)
  57. capturelimit 8
  58.  
  59. //turn on friendly fire. Friendlyfire off is default for CTF. 1=on
  60. g_friendlyFire 0
  61.